crypto/tls.clientHandshakeStateTLS13.sendClientCertificate (method)

2 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L93: 	if err := hs.sendClientCertificate(); err != nil {
		handshake_client_tls13.go#L543: func (hs *clientHandshakeStateTLS13) sendClientCertificate() error {